home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
National Security Press Kit
/
National Security Press Kit.iso
/
mac
/
Acrobat Reader 5
/
Acrobat Reader 5.0
/
Acrobat Reader 5.0.rsrc
/
EXVW_10003_admGotoPages
< prev
next >
Wrap
Text File
|
2001-09-24
|
314b
|
13 lines
dialog(name: '$$$/Dialogs/GoToPage', target_id: 'Page')
{
group()
{
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/GoToPage/Page');
edit_text(item_id: 'Page', width: max_char_width() * 6);
static_text(item_id: 'NumP', name: '$$$/Dialogs/GoToPage/NumPages');
}
ok_cancel();
}
}